.w1400 {
  width: 1400px;
  margin: auto;
}

.nav-head .nav-head-con {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-head .nav-head-con .logo a {
  display: flex;
  align-items: center;
}

.nav-head .nav-head-con .logo a img {
  width: 100px;
  max-height: 110px;
}

.nav-head .nav-head-con .logo a div {
  padding-left: 0.2rem;
  margin-left: 0.2rem;
  border-left: 1px #e2e2e2 solid;
}

.nav-head .nav-head-con .logo a div h3 {
  font-size: 24px;
  color: #1a2885;
  font-weight: bold;
}

.nav-head .nav-head-con .logo a div p {
  font-size: 16px;
  color: #333;
  line-height: 0.3rem;
}

.nav-head .nav-head-con ul {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-head .nav-head-con ul li {
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.nav-head .nav-head-con ul li span {
  width: 40px;
  height: 40px;
  background: #1a2885;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-head .nav-head-con ul li span img {
  width: 30px;
  height: 30px;
}

.nav-head .nav-head-con ul li span .icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
  overflow: hidden;
  color: #fff;
}

.nav-head .nav-head-con ul li p {
  font-size: 14px;
  color: #333;
  margin-top: 4px;
}

.nav-head .nav-head-con .nav-info {
  display: flex;
  align-items: center;
}

.nav-head .nav-head-con .nav-info .t {
  margin-right: 0.36rem;
}

.nav-head .nav-head-con .nav-info .t p {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  color: #333;
}

.nav-head .nav-head-con .nav-info .t p span {
  margin-left: 8px;
  width: 40px;
  height: 40px;
  background: #1a2885;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-head .nav-head-con .nav-info .t p span .icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
  overflow: hidden;
  color: #fff;
}

.nav-head .nav-head-con .nav-info .t h3 {
  font-size: 0.3rem;
  color: #1a2885;
  font-weight: bold;
  margin-top: 0;
}

.nav-head .nav-head-con .nav-info .i img {
  width: 72px;
  height: 72px;
  display: block;
}

.nav-head .nav-head-con .nav-info .i p {
  font-size: 14px;
  color: #333;
  text-align: center;
}

header {
  background: #1a2885;
}

header ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header ul li {
  flex: 1;
  height: 58px;
  box-sizing: border-box;
}

header ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  height: 100%;
  position: relative;
  transition: background 0.5s;
}

header ul li a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background: #3c4485;
}

header ul li:last-child a::before {
  background: none;
}

header ul li:hover a,
header ul li.active a {
  background: #ce0010;
}

header ul li:hover a::before,
header ul li.active a::before {
  background: none;
}

.home-banner {
  position: relative;
}

.home-banner img {
  width: 100%;
  display: block;
}

.home-banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}

.home-banner .hide {
  opacity: 0;
}

.home-banner .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.home-serch .ho-ser-con {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-serch .ho-ser-con span {
  font-size: 16px;
  color: #1a2885;
}

.home-serch .ho-ser-con a {
  font-size: 16px;
  color: #666;
  position: relative;
}

.home-serch .ho-ser-con a::after {
  content: " -";
  width: 6px;
  height: 1px;
  color: #666;
}

.home-serch .ho-ser-con a:last-child::after {
  content: "";
}

.home-serch .ho-ser-con a:hover {
  color: #1a2885;
}

.home-serch .ho-ser-con form {
  display: flex;
  height: 36px;
  width: 280px;
  border: 1px #dfdfdf solid;
  box-sizing: border-box;
  margin-bottom: 1px;
  overflow: hidden;
  border-radius: 4px;
}

.home-serch .ho-ser-con form input {
  flex: 1;
  height: 36px;
  padding: 0 10px;
  font-size: 14px;
  color: #8c8c8c;
  border: none;
}

.home-serch .ho-ser-con form button {
  height: 36px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1a2885;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.home-serch .ho-ser-con form button .icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
  overflow: hidden;
  color: #fff;
}

.w1480 {
  width: 1480px;
  margin: auto;
}

.ho-p {
  font-size: 18px;
  color: #8c8c8c;
  margin-top: 6px;
  text-transform: uppercase;
  text-align: center;
}

.ho-h2 {
  font-size: 0.48rem;
  color: #1a2885;
  font-weight: 520;
  text-align: center;
}

.ho-a {
  width: 152px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #1a2885;
  font-size: 16px;
  color: #fff;
}

.ho-a span {
  margin-left: 4px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #fff solid;
  border-radius: 50%;
}

.ho-a span .icon {
  width: 12px;
  height: 12px;
  fill: currentColor;
  overflow: hidden;
  color: #fff;
}

.ho-a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.ho-a:hover span {
  border: 1px rgba(255, 255, 255, 0.8) solid;
}

.ho-a:hover .icon {
  color: rgba(255, 255, 255, 0.8);
}

.bk-f4 {
  background: #f4f4f4;
}

.ho-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ho-nav ul {
  display: flex;
}

.ho-nav ul li {
  padding-left: 40px;
}

.ho-nav ul li a {
  height: 36px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #666;
  transition: 0.5s;
  border-bottom: 1px transparent solid;
}

.ho-nav ul li:hover a {
  color: #118873;
  border-bottom: 1px #118873 solid;
}

.home-product {
  position: relative;
  padding-bottom: 100px;
}

.home-product .ho-pro-item {
  height: 650px;
  background: url(../images/pro-bg.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 40px;
}

.home-product .ho-pro-con {
  display: flex;
  justify-content: space-between;
}

.home-product .ho-pro-con .t {
  width: 42%;
  margin-right: 1.4rem;
  padding-top: 120px;
}

.home-product .ho-pro-con .t h3 {
  font-size: 0.4rem;
  color: #1a2885;
  font-weight: 500;
}

.home-product .ho-pro-con .t dt {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin: 0.24rem 0 0.32rem;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-product .ho-pro-con .t dt p {
  background: none !important;
}
.home-product .ho-pro-con .t dt span {
  background: none !important;
}

.home-product .ho-pro-con .i {
  flex: 1;
  height: 510px;
  display: flex;
  align-items: center;
}

.home-product .ho-pro-con .i img {
  max-width: 100%;
  max-height: 100%;
}

.home-product .home-product-title {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

.home-product .w1480 {
  background: #fff;
  box-shadow: 0 0 6px 1px #ccc;
  padding: 0 30px;
  box-sizing: border-box;
  position: relative;
}

.home-product .w1480 .swiper-product-next {
  position: absolute;
  right: 0;
  top: calc(50% - 16px);
  width: 30px;
  height: 32px;
  background: rgba(26, 40, 133, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  cursor: pointer;
}

.home-product .w1480 .swiper-product-next .icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
  overflow: hidden;
  color: #fff;
}

.home-product .w1480 .swiper-product-prev {
  position: absolute;
  left: 0;
  top: calc(50% - 16px);
  width: 30px;
  height: 32px;
  background: rgba(26, 40, 133, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  cursor: pointer;
}

.home-product .w1480 .swiper-product-prev .icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
  overflow: hidden;
  color: #fff;
}

.home-product .swiper-button-disabled {
  background: #999 !important;
}

.home-product ul li {
  height: 200px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.home-product ul li::before {
  content: "";
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 0;
  width: 1px;
  height: 120px;
  background: #e5e5e5;
}

.home-product ul li:first-child::before,
.home-product ul li.swiper-slide-active::before {
  background: none;
}

.home-product ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  right: 20%;
  width: 0;
  height: 1px;
  background: #1a2885;
  transition: width 0.5s;
}

.home-product ul li:hover::after,
.home-product ul li.swiper-slide-thumb-active::after {
  width: 60%;
}

.home-product ul li div {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-product ul li div img {
  max-width: 100%;
  max-height: 100%;
}

.home-product ul li p {
  font-size: 16px;
  color: #333;
  margin-top: 6px;
}

.home-product ul li:hover p,
.home-product ul li.swiper-slide-thumb-active p {
  color: #1a2885;
}

.home-application {
  background: url(../images/home-bg.jpg);
  background-size: cover;
  margin-top: 80px;
  position: relative;
}

.home-application .bg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10%;
  background: #cf0005;
}

.home-application .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 214px;
}

.home-application .content .l h2 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 10px;
}

.home-application .content .l h2 span {
  font-size: 48px;
}

.home-application .content .l p {
  font-size: 20px;
  color: #fff;
}

.home-application .content .l div {
  display: flex;
  align-items: center;
  width: 520px;
  border-top: 1px rgba(153, 153, 153, 0.6) solid;
  padding-top: 6px;
  margin-top: 6px;
}

.home-application .content .l div a {
  background: #fff;
  width: 116px;
  height: 36px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 16px;
  margin-right: 24px;
}

.home-application .content .l div a:hover {
  background: #f1f1f1;
}

.home-application .content .l div a .icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
  overflow: hidden;
  color: #d83340;
  margin-right: 4px;
  padding-top: 4px;
}

.home-application .content .l div span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-application .content .l div span .icon {
  width: 12px;
  height: 12px;
  fill: currentColor;
  overflow: hidden;
  color: #d83340;
}

.home-application .content .l div i {
  color: #fff;
  font-size: 14px;
  margin: 0 6px;
}

.home-application .content .l div h3 {
  font-weight: bold;
  font-size: 30px;
  color: #fff;
}

.home-application .content .r {
  padding: 0 0.32rem;
  background: #cf0005;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 2;
}

.home-application .content .r::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 107px solid transparent;
  border-right: 54px solid #cf0005;
  border-bottom: 107px solid transparent;
}

.home-application .content .r h3 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 10px;
}

.home-application .content .r ul {
  display: flex;
}

.home-application .content .r ul li {
  background: #fff;
  font-size: 16px;
  color: #333;
  width: 80px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px;
  border-radius: 2px;
}

.home-pro-adv {
  padding: 80px 0;
}

.home-pro-adv .ho-pro-adv-con {
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
}

.home-pro-adv .ho-pro-adv-con span {
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #1a2885;
  border: 2px #1a2885 solid;
  border-radius: 50%;
  margin-right: 18px;
}

.home-pro-adv .ho-pro-adv-con h3 {
  font-size: 24px;
  color: #1a2885;
  margin-bottom: 6px;
}

.home-pro-adv .ho-pro-adv-con p {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}

.home-pro-adv .ho-pro-adv-con p i {
  color: #ce0010;
}

.home-pro-adv .ho-pro-adv-con .l {
  width: 49.5%;
}

.home-pro-adv .ho-pro-adv-con .l ul li {
  height: 170px;
  align-items: center;
  background: #f3f3f3;
  margin-bottom: 1%;
  padding: 0 0.38rem;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  transition: 0.3s;
}

.home-pro-adv .ho-pro-adv-con .l ul li:last-child {
  margin-bottom: 0;
}

.home-pro-adv .ho-pro-adv-con .l ul li .i {
  display: flex;
  justify-content: space-between;
}

.home-pro-adv .ho-pro-adv-con .l ul li div {
  flex: 1;
}

.home-pro-adv .ho-pro-adv-con .l ul li:hover {
  background: #1a2885;
}

.home-pro-adv .ho-pro-adv-con .l ul li:hover h3 {
  color: #fff;
}

.home-pro-adv .ho-pro-adv-con .l ul li:hover p {
  color: rgba(255, 255, 255, 0.8);
}

.home-pro-adv .ho-pro-adv-con .l ul li:hover p i {
  color: rgba(255, 255, 255, 0.8);
}

.home-pro-adv .ho-pro-adv-con .l ul li:hover span {
  font-size: 20px;
  color: #fff;
  border: 2px #fff solid;
}

.home-pro-adv .ho-pro-adv-con .r {
  border-radius: 6px;
  width: 49.5%;
  background: #f3f3f3;
  padding: 0.4rem;
  box-sizing: border-box;
  transition: 0.3s;
}

.home-pro-adv .ho-pro-adv-con .r div {
  display: flex;
  align-items: center;
  margin-bottom: 0.16rem;
}

.home-pro-adv .ho-pro-adv-con .r img {
  width: 100%;
  margin-top: 0.3rem;
  display: block;
}

.home-pro-adv .ho-pro-adv-con .r:hover {
  background: #1a2885;
}

.home-pro-adv .ho-pro-adv-con .r:hover h3 {
  color: #fff;
}

.home-pro-adv .ho-pro-adv-con .r:hover p {
  color: rgba(255, 255, 255, 0.8);
}

.home-pro-adv .ho-pro-adv-con .r:hover span {
  font-size: 20px;
  color: #fff;
  border: 2px #fff solid;
}

.home-adv {
  background: url(../images/adv-bg.jpg);
  background-size: cover;
  padding: 1rem 0;
}

.home-adv h2 {
  color: #fff;
}

.home-adv ul {
  margin: 56px 0 0.8rem;
  display: flex;
  justify-content: space-between;
}

.home-adv ul li {
  width: 24%;
  background: #fff;
  border-radius: 6px;
  padding: 0.56rem 0.32rem 0.92rem;
  box-sizing: border-box;
}

.home-adv ul li div {
  height: 80px;
  display: flex;
  justify-content: center;
  margin-bottom: 0.36rem;
}

.home-adv ul li div img {
  max-height: 100%;
}

.home-adv ul li h3 {
  font-size: 24px;
  color: #1a2885;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
}

.home-adv ul li p {
  margin-top: 0.18rem;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  text-align: center;
}

.home-adv ul li p i {
  font-size: 14px;
  color: #ce0010;
}

.home-adv .link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-adv .link a {
  margin: 0 16px;
}

.home-adv .link a:first-child {
  background: #ce0010;
}

.home-customer {
  padding: 80px 0 60px;
  background: #f4f4f4;
}

.home-customer .content {
  display: flex;
  justify-content: space-between;
}

.home-customer .content .more-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
}

.home-customer .content .more-link h2 {
  font-size: 36px;
  color: #1a2885;
  margin-bottom: 6px;
}

.home-customer .content .more-link p {
  color: #8c8c8c;
  font-size: 18px;
  text-transform: uppercase;
}

.home-customer .content .more-link a {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 16px;
}

.home-customer .content .more-link a .icon {
  width: 14px;
  height: 14px;
  fill: currentColor;
  overflow: hidden;
  color: #666;
  margin-left: 6px;
}

.home-customer .content .more-link a:hover {
  color: #1a2885;
}

.home-customer .content .more-link a:hover .icon {
  color: #1a2885;
}

.home-customer .content .l {
  width: 60%;
}

.home-customer .content .l ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-customer .content .l ul li {
  width: 49%;
  margin-bottom: 2%;
}

.home-customer .content .l ul li a {
  display: flex;
}

.home-customer .content .l ul li .i {
  width: 180px;
  height: 140px;
  position: relative;
  overflow: hidden;
}

.home-customer .content .l ul li .i img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: auto;
  min-height: auto;
  width: 100%;
  height: 100%;
  transform: none;
  transition: transform 0.5s ease;
  object-fit: cover;
}

.home-customer .content .l ul li .t {
  flex: 1;
  padding-left: 0.2rem;
}

.home-customer .content .l ul li .t h3 {
  color: #1a2885;
  font-size: 18px;
  margin-bottom: 8px;
}

.home-customer .content .l ul li .t p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

.home-customer .content .l ul li:hover img {
  transform: scale(1.1);
}

.home-customer .content .r {
  width: 35%;
}

.home-customer .content .r ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-customer .content .r ul li {
  width: 49%;
  margin-bottom: 2%;
}

.home-customer .content .r ul li div {
  height: 108px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.home-customer .content .r ul li div img {
  max-width: 90%;
  max-height: 90%;
}

.home-reason {
  background: url(../images/home-bg.jpg);
  background-size: cover;
  position: relative;
}

.home-reason .bg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10%;
  background: #cf0005;
}

.home-reason .content {
  display: flex;
  align-items: center;
  height: 214px;
}

.home-reason .content .l {
  flex: 1;
  display: flex;
  align-items: center;
  margin-right: 60px;
}

.home-reason .content .l h2 {
  font-size: 0.48rem;
  color: #fff;
}

.home-reason .content .l h2 span {
  color: #cf0005;
  font-size: 48px;
}

.home-reason .content .l ul {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.home-reason .content .l ul li {
  display: flex;
  align-items: center;
  margin: 0 0.2rem;
}

.home-reason .content .l ul li i {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 3px #fff solid;
}

.home-reason .content .l ul li i .icon {
  width: 30px;
  height: 30px;
  fill: currentColor;
  overflow: hidden;
  color: #fff;
}

.home-reason .content .l ul li p {
  font-size: 18px;
  color: #fff;
  flex: 1;
  margin-left: 8px;
}

.home-reason .content .l ul li p span {
  color: #cf0005;
  font-size: 18px;
}

.home-reason .content .r {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  background: #cf0005;
  position: relative;
}

.home-reason .content .r::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 107px solid transparent;
  border-right: 54px solid #cf0005;
  border-bottom: 107px solid transparent;
}

.home-reason .content .r p {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
}

.home-reason .content .r p i {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
}

.home-reason .content .r p i .icon {
  width: 12px;
  height: 12px;
  fill: currentColor;
  overflow: hidden;
  color: #cf0005;
}

.home-reason .content .r h3 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin: 6px 0;
}

.home-reason .content .r a {
  width: 156px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #333;
  font-size: 16px;
  border-radius: 6px;
}

.home-reason .content .r a:hover {
  background: #f1f1f1;
}

.home-reason .content .r a .icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
  overflow: hidden;
  color: #cf0005;
  margin-right: 4px;
  padding-top: 4px;
}

.home-about {
  padding: 90px 0 70px;
}

.home-about .ho-ab-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-about .ho-ab-con .i {
  width: 46%;
}

.home-about .ho-ab-con .i img {
  width: 100%;
  display: block;
}

.home-about .ho-ab-con .t {
  width: 44%;
}

.home-about .ho-ab-con .t > h2 {
  text-align: left;
  font-size: 36px;
}

.home-about .ho-ab-con .t > p {
  text-align: left;
  padding-left: 14px;
  position: relative;
}

.home-about .ho-ab-con .t > p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #1a2885;
  border-radius: 50%;
}

.home-about .ho-ab-con .t div {
  margin-top: 0.2rem;
  font-size: 16px;
  color: #666;
  line-height: 30px;
}

.home-about .ho-ab-con .t div a {
  font-size: 16px;
  color: #1a2885;
}

.home-about .ho-ab-con .t ul {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-about .ho-ab-con .t ul li h3 {
  display: flex;
  align-items: flex-start;
  font-size: 0.36rem;
  color: #1a2885;
}

.home-about .ho-ab-con .t ul li h3 i {
  font-size: 16px;
  color: #1a2885;
  margin-left: 4px;
}

.home-about .ho-ab-con .t ul li p {
  font-size: 16px;
  color: #666;
  margin-bottom: 14px;
}

.home-about .ho-ab-con .t ul li span {
  font-size: 14px;
  color: #989898;
}

.home-honor {
  padding: 80px 0 40px;
  background: #f4f4f4;
}

.home-honor .ho2-con ul {
  margin-bottom: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-honor .ho2-con ul li {
  margin: 0 8px;
}

.home-honor .ho2-con ul li a {
  width: 126px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #666;
  background: #fff;
  box-shadow: 0 0 8px 1px #eee;
  border-radius: 6px;
}

.home-honor .ho2-con ul li.active a,
.home-honor .ho2-con ul li:hover a {
  color: #fff;
  background: #1a2885;
}

.home-honor .ho2-item {
  position: relative;
}

.home-honor .ho2-item .item-prev {
  position: absolute;
  top: 95px;
  left: -60px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #1a2885;
  outline: none;
  cursor: pointer;
}

.home-honor .ho2-item .item-prev .icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
  overflow: hidden;
  color: #fff;
}

.home-honor .ho2-item .item-next {
  position: absolute;
  top: 95px;
  right: -60px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #1a2885;
  outline: none;
  cursor: pointer;
}

.home-honor .ho2-item .item-next .icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
  overflow: hidden;
  color: #fff;
}

.home-honor .ho2-con .swiper-container {
  padding-bottom: 60px;
}

.home-honor .ho2-con .swiper-container .swiper-pagination-bullet-active {
  background: #1a2885;
}

.home-honor .ho2-con .ho2-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.home-honor .ho2-con .ho2-img img {
  min-width: auto;
  min-height: auto;
  width: 100%;
  height: 100%;
  transform: none;
  transition: transform 0.5s ease;
  object-fit: scale-down;
}

.home-honor .ho2-con .ho2-img:hover img {
  transform: scale(1.1);
}

.home-honor .ho2-con h3 {
  font-size: 16px;
  color: #666;
  background: #fff;
  padding: 6px 0;
  text-align: center;
}

.home-news {
  padding: 64px 0;
}

.home-news ul {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.home-news ul > li {
  width: 32.2%;
  box-sizing: border-box;
  padding: 16px 10px;
  border: 1px #dddddd solid;
}

.home-news ul > li h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  color: #333;
  margin-bottom: 24px;
}

.home-news ul > li h3 a {
  font-size: 16px;
  color: #666;
}

.home-news ul > li h3 a:hover {
  color: #1a2885;
}

.home-news ul > li div {
  height: 182px;
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
}

.home-news ul > li div img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: auto;
  min-height: auto;
  width: 100%;
  height: 100%;
  transform: none;
  transition: transform 0.5s ease;
  object-fit: cover;
}

.home-news ul > li .link:hover h4 {
  color: #1a2885;
}

.home-news ul > li h4 {
  font-size: 20px;
  color: #333;
  padding-bottom: 8px;
  margin-bottom: 8px;
  position: relative;
}

.home-news ul > li h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 16px;
  background: #1a2885;
}

.home-news ul > li p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
}

.home-news ul > li ol {
  padding: 26px 0 16px;
}

.home-news ul > li ol li {
  border-bottom: 1px #ededed dashed;
  padding: 8px 0;
  padding-left: 14px;
  position: relative;
}

.home-news ul > li ol li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 6px;
  height: 6px;
  background: #1a2885;
  border-radius: 50%;
}

.home-news ul > li ol li:last-child {
  border-bottom: none;
}

.home-news ul > li ol li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-news ul > li ol li a h5 {
  font-size: 16px;
  color: #666;
}

.home-news ul > li ol li a span {
  font-size: 14px;
  color: #999;
}

.home-news ul > li ol li a:hover h5 {
  color: #1a2885;
}

.home-mes {
  padding: 46px 0 50px;
  background: url(../images/mes.jpg);
  background-size: cover;
}

.home-mes .t {
  display: flex;
  margin-bottom: 6px;
  align-items: flex-end;
}

.home-mes .t h2 {
  font-size: 36px;
  color: #fff;
}

.home-mes .t span {
  font-size: 18px;
  color: #fff;
}

.home-mes p {
  font-size: 18px;
  color: #fff;
}

.home-mes form {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-mes form button {
  width: 160px;
  height: 50px;
  border-radius: 6px;
  background: #cf0005;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  border: none;
  cursor: pointer;
}

.home-mes form button .icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
  overflow: hidden;
  color: #fff;
  margin-right: 5px;
}

.home-mes form button:hover {
  color: rgba(255, 255, 255, 0.8);
}

.home-mes form button:hover .icon {
  color: rgba(255, 255, 255, 0.8);
}

.home-mes form .mte {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-mes form .mte input {
  border: none;
  flex: 1;
  margin-right: 8px;
  border-radius: 6px;
  height: 50px;
  padding: 0 10px;
  font-size: 16px;
  color: #bfbfbf;
}

footer {
  padding-top: 70px;
  background: url(../images/foot-bg.jpg);
  background-size: cover;
}

footer .foot-cont {
  padding-bottom: 0.6rem;
  display: flex;
  justify-content: space-between;
}

footer .foot-cont .i {
  width: 150px;
}

footer .foot-cont .i img {
  width: 100%;
}

footer .foot-cont .m {
  flex: 1;
  padding: 0 0.8rem;
}

footer .foot-cont .m ol {
  display: flex;
  justify-content: space-between;
}

footer .foot-cont .m ol li {
  display: flex;
  justify-content: center;
  position: relative;
}
footer .foot-cont .m ol em {
  color: #fff;
}

footer .foot-cont .m ol li a {
  font-size: 16px;
  color: #fff;
}

footer .foot-cont .m ol li a:hover {
  color: rgba(255, 255, 255, 0.8);
}

footer .foot-cont .m ul {
  padding: 0 0.2rem;
  margin-top: 66px;
}

footer .foot-cont .m ul li {
  display: flex;
  align-items: center;
  float: left;
  width: 50%;
  margin-bottom: 20px;
}

footer .foot-cont .m ul li span {
  width: 38px;
  height: 38px;
  border: 2px #fff solid;
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .foot-cont .m ul li span .icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
  overflow: hidden;
  color: #fff;
}

footer .foot-cont .m ul li div {
  flex: 1;
}

footer .foot-cont .m ul li div p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 6px;
}

footer .foot-cont .m ul li div h3 {
  font-size: 18px;
  color: #fff;
}

footer .foot-cont .code img {
  width: 118px;
  height: 118px;
}

footer .foot-cont .code p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 6px;
}

footer .hot {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

footer .hot span {
  width: 70px;
  height: 20px;
  background: #ce0010;
  font-size: 14px;
  color: #fff;
  margin-right: 20px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .hot a {
  font-size: 14px;
  color: #fff;
  margin-right: 6px;
}

footer .hot a:hover {
  color: rgba(255, 255, 255, 0.8);
}

footer .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 16px;
  border-top: 1px #3c3c3d solid;
}

footer .copyright .link {
  width: 60%;
}

footer .copyright .link span {
  width: 70px;
  height: 22px;
  margin-right: 20px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #3c3c3d solid;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

footer .copyright .link a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.2);
  position: relative;
}

footer .copyright .link a::after {
  content: "-";
  font-size: 14px;
  color: rgba(255, 255, 255, 0.2);
}

footer .copyright .link a:last-child::after {
  content: "";
  display: none;
}

footer .copyright .link a:hover {
  color: rgba(255, 255, 255, 0.5);
}

footer .copyright .info {
  display: flex;
}

footer .copyright .info p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.2);
  margin-right: 6px;
}

footer .copyright .info a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.2);
}

footer .copyright .info a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.qqkefu {
  position: fixed;
  top: calc(50% + 75px);
  z-index: 999999;
  right: 12px;
  width: 48px;
}
.qqkefu .a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  background-color: rgb(78, 110, 242);
  font-size: 14px;
  border-radius: 0 0 4px 4px;
  color: #fff;
  position: relative;
}
.qqkefu .a h4{
    position: absolute;
    right: 100%;
    height: 60px;
    bottom: 0;
    width: 120px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    background: #fff;
    justify-content: center;
    align-items: center;
    display: none;
}
.qqkefu .a:hover h4{
    display: flex;
}
.qqkefu .a img {
  width: 20px;
}
.qqkefu .a p {
  font-size: 14px;
  text-align: center;
}

#newBridge .nb-comp-base {
  box-shadow: none !important;
}
/* 
.qqkefu {
  position: fixed;
  bottom: 200px;
  z-index: 9999;
  right: 0;
  width: 50px;
}

.qqkefu ul li {
  margin: 4px 0;
  background: rgba(153, 153, 153, 0.8);
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.qqkefu ul li img{
  width: 28px;
  height: 28px;
}

.qqkefu ul li:hover {
  background: #ec1b24;
}

.qqkefu ul li .icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
  overflow: hidden;
  color: #fff;
}

.qqkefu ul li a {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ec1b24;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.qqkefu ul li .ewm {
  position: absolute;
  right: 110%;
  bottom: 0;
  width: 130px;
  height: 80px;
  background: rgba(153, 153, 153, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  opacity: 0;
  transition: .5s;
}

.qqkefu ul li .f_code {
  position: absolute;
  right: 110%;
  bottom: 0;
  width: 160px;
  height: 160px;
  opacity: 0;
  transition: .5s;
}

.qqkefu ul li:hover .f_code,
.qqkefu ul li:hover .ewm,
.qqkefu ul li:hover a {
  opacity: 1;
}

.qqkefu ul li .f_code img {
  width: 100%;
  height: 100%;
} */
@media screen and (max-width: 1300px) {
  header ul li a{
      font-size: 14px;
  }
  
}
@media screen and (max-width: 1400px) {
  .nav-head .nav-head-con .logo a div p{
      font-size: 14px;
  }
  .nav-head .nav-head-con ul li p{
      font-size: 12px;
  }
  
}


@media screen and (max-width: 1480px) {
  .w1400 {
    width: 90%;
  }
}

@media screen and (max-width: 1560px) {
  .w1480 {
    width: 90%;
  }
}

@media screen and (max-width: 1560px) and (min-width: 1480px) {
  .home-honor .ho2-item .item-prev {
    display: none;
  }

  .home-honor .ho2-item .item-next {
    display: none;
  }
}
